home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume90 / libraris / odinlib1 / part01 / PDCMakefile < prev    next >
Makefile  |  1990-09-03  |  174b  |  13 lines

  1. #
  2. # Makefile for PDC 3.33
  3. #
  4.  
  5. CCFLAGS = -DANSI
  6.  
  7. odintest:    odintest.c odinglue.o
  8.     ccx $(CCFLAGS) -o $@ odintest.c odinglue.o
  9.  
  10. odinglue.o:    odinglue.asm
  11.     a68k -o$@ odinglue.asm
  12.  
  13.